home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / prog / cm / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-09-16  |  366 b   |  18 lines

  1. @echo off
  2. echo Compendium 1.1 (Installation Procedure)
  3. echo Copyright (C) 1992-1994, Glenn M. Poorman, All rights reserved
  4. echo
  5.  
  6. if exist cm\nul goto NOPROCEED
  7.  
  8. pkunzip -d -o cmlib.zip
  9. echo Compendium installation is complete.
  10. echo
  11. goto EXIT
  12.  
  13. :NOPROCEED
  14. echo Director CM already exists.
  15. echo Remove or rename the directory and try again.
  16. echo
  17. :EXIT
  18.